home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / DefineSprite_362 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  188 b   |  16 lines

  1. k = 1;
  2. if(_root.lodowka_otwarta)
  3. {
  4.    do
  5.    {
  6.       if(_root.potrawa_aktualna[k] == 20)
  7.       {
  8.          nextFrame();
  9.       }
  10.       k++;
  11.    }
  12.    while(8 < k);
  13.    
  14. }
  15. stop();
  16.